(find-file-read-only-other-window): Use find-file-other-window.
authorRichard M. Stallman <rms@gnu.org>
Tue, 25 May 1993 03:56:02 +0000 (03:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 25 May 1993 03:56:02 +0000 (03:56 +0000)
lisp/files.el

index 32ef61a6277c260fd15954fa2051c1d329fa2c3b..f8a1ea1715b43347b382cde4674686efffac2d40 100644 (file)
@@ -390,7 +390,7 @@ Use \\[toggle-read-only] to permit editing."
 Like \\[find-file-other-window] but marks buffer as read-only.
 Use \\[toggle-read-only] to permit editing."
   (interactive "fFind file read-only other window: ")
-  (find-file filename)
+  (find-file-other-window filename)
   (setq buffer-read-only t))
 
 (defun find-file-read-only-other-frame (filename)